func github.com/andybalholm/brotli.encodeData

3 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L751: func encodeData(s *Writer, is_last bool, force_flush bool) bool {
		encode.go#L1082: 			var result bool = encodeData(s, false, true)
		encode.go#L1190: 				result = encodeData(s, is_last, force_flush)